home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / chunker.lha / Chunker / source / version.h < prev   
C/C++ Source or Header  |  1995-11-14  |  351b  |  22 lines

  1. /*************************************************************************
  2.  *
  3.  * Chunker/DeChunk
  4.  *
  5.  * Copyright ©1995 Lee Kindness and Evan Tuer
  6.  * cs2lk@scms.rgu.ac.uk
  7.  *
  8.  * version.h
  9.  */
  10.  
  11. #ifndef _VERSION_H_
  12. #define _VERSION_H_
  13.  
  14. #define VERSION_NUM "1.2"
  15. #ifdef AMIGA
  16. #define VERSION_DATE __AMIGADATE__
  17. #else
  18. #define VERSION_DATE ""
  19. #endif
  20.  
  21. #endif
  22.